home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Gemini / Horoscope Companion: Gemini.iso / pc / gemini / cd.dir / Internal_11.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  456 b   |  26 lines

  1. on startRollover whichSprite
  2.   hStartRolloverAction(whichSprite)
  3. end
  4.  
  5. on mouseDown
  6.   if hButtonAction02() then
  7.     mouseUp()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global gTextSpriteNum, gWhichMonth
  13.   cursor(4)
  14.   hCheckCurrentFrameLabel()
  15.   if the type of sprite gTextSpriteNum <> 0 then
  16.     hDefaultScrollText()
  17.   end if
  18.   puppetSprite(the clickOn, 0)
  19.   set gWhichMonth to "May"
  20.   play frame "DA"
  21. end
  22.  
  23. on endRollover whichSprite
  24.   hEndRolloverAction(whichSprite)
  25. end
  26.